home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <!--
- #################################################################
- # Firefox GUI Minify #
- #################################################################
- # Author: Domenico Martella #
- # E-mail: domenico.martella@alcacoop.it #
- # Date: 2010-01-04 #
- #################################################################
- # #
- # Copyright (C) 2010 - Alca Soc. Coop. (Lecce, IT) #
- # http://www.alcacoop.it #
- # #
- # This program is free software; you can redistribute #
- # it and/or modify it under the terms of the GNU General #
- # Public License as published by the Free Software #
- # Foundation; either version 3 of the License, or (at your #
- # option) any later version. #
- # #
- # This program is distributed in the hope that it will be #
- # useful, but WITHOUT ANY WARRANTY; without even the #
- # implied warranty of MERCHANTABILITY or FITNESS FOR A #
- # PARTICULAR PURPOSE. See the GNU General Public License #
- # for more details. #
- # #
- # You should have received a copy of the GNU General #
- # Public License along with this program; if not, write to #
- # the Free Software Foundation, Inc., 59 Temple Place - #
- # Suite 330, Boston, MA 02111-1307, USA. #
- #################################################################
- -->
-
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
- <!DOCTYPE prefwindow SYSTEM "chrome://gui_minify/locale/options.dtd">
-
- <prefwindow id="gui-minify-prefs"
- title="&prefwindow.title;"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" style="width: 500px">
-
- <stringbundleset id="stringbundleset">
- <stringbundle id="strings" src="chrome://gui_minify/locale/options.properties"/>
- </stringbundleset>
-
- <script type="application/x-javascript" src="chrome://gui_minify/content/keyutils.js"/>
- <script type="application/x-javascript" src="chrome://gui_minify/content/options.js"/>
-
- <prefpane id="gui-minify-pref-pane" label="Settings">
- <preferences>
- <preference id="gui-minify-pref-tabbar" name="gui_minify.tabbar" type="bool"/>
- <preference id="gui-minify-pref-addrbar" name="gui_minify.addrbar" type="bool"/>
- <preference id="gui-minify-pref-menubar" name="gui_minify.menubar" type="bool"/>
- <preference id="gui-minify-pref-bmarksbar" name="gui_minify.bmarksbar" type="bool"/>
- <preference id="gui-minify-pref-statusbar" name="gui_minify.statusbar" type="bool"/>
-
- <preference id="gui-minify-pref-allshortcut" name="gui_minify.allshortcut" type="string"/>
-
- <preference id="gui-minify-pref-sbprogress" name="gui_minify.sbprogressbar" type="bool"/>
- <preference id="gui-minify-pref-sblink" name="gui_minify.sblink" type="bool"/>
- <preference id="gui-minify-pref-sbcolor" name="gui_minify.sbcolor" type="string"/>
- <preference id="gui-minify-pref-sbbgcolor" name="gui_minify.sbbgcolor" type="string"/>
-
- </preferences>
-
- <description id="title" value="Hide GUI Bars configuration" style="font-size: 200%; font-weight: bold; margin-bottom: 15px"/>
-
- <tabbox>
- <tabs>
- <tab label="&prefwindow.taboptions;" selected="true"/>
- <tab label="&prefwindow.tabsbreplacer;"/>
- <tab label="&prefwindow.tabcredits;"/>
- </tabs>
-
- <tabpanels>
- <tabpanel orient="vertical">
-
-
- <vbox style="margin-top: 15px">
- <label style="font-weight: bold; font-size: 120%" value="&prefwindow.general;"/>
- </vbox>
- <vbox style="margin-top: 5px">
- <hbox>
- <checkbox label="&prefwindow.hidemenubar;" preference="gui-minify-pref-menubar" id="opt-menubar" checked="true"/>
- </hbox>
- <hbox>
- <checkbox label="&prefwindow.hidenavbar;" preference="gui-minify-pref-addrbar" id="opt-addrbar" checked="true"/>
- </hbox>
- <hbox>
- <checkbox label="&prefwindow.hidetabbar;" preference="gui-minify-pref-tabbar" id="opt-tabbar" checked="true"/>
- </hbox>
- <hbox>
- <checkbox label="&prefwindow.hidepbar;" preference="gui-minify-pref-bmarksbar" id="opt-bmarksbar" checked="true"/>
- </hbox>
- <hbox>
- <checkbox label="&prefwindow.hidestatusbar;" preference="gui-minify-pref-statusbar" id="opt-statusbar" checked="true"/>
- </hbox>
- </vbox>
-
- <vbox style="margin-top: 30px">
- <label style="font-weight: bold; font-size: 120%" value="&prefwindow.keybinding;"/>
- </vbox>
- <vbox style="margin-top: 5px">
- <hbox>
- <button id="grab_key" label="&prefwindow.changekey;" style="width: 120px" oncommand="grabKey()"/>
- <textbox id="txt_keycode" disabled="true" label="CTRL-Z" preference="gui-minify-pref-allshortcut" style="font-weight: bold; color: black; width: 150px"/>
- </hbox>
- <hbox>
- <label value="" id="hgb-all-validate" style="color: red; margin-top: 8px"/>
- </hbox>
- </vbox>
- </tabpanel>
-
-
- <tabpanel orient="vertical">
- <vbox style="margin-top: 15px">
- <label style="font-weight: bold; font-size: 120%" value="&prefwindow.sbfunctions;" />
- </vbox>
- <vbox style="margin-top: 5px">
- <hbox>
- <checkbox label="&prefwindow.overlink;" preference="gui-minify-pref-sblink" id="opt-link" checked="true"/>
- </hbox>
- <hbox>
- <checkbox label="&prefwindow.progress;" preference="gui-minify-pref-sbprogress" id="opt-pb" checked="true"/>
- </hbox>
- <vbox style="height: 20px"/>
- <hbox>
- <label style="margin-top: 7px; width: 170px" value="&prefwindow.sbcolor;"/>
- <colorpicker type="button" id="txt_sbcolor" preference="gui-minify-pref-sbcolor" />
- <separator flex="3"/>
- </hbox>
- <hbox>
- <label style="margin-top: 7px; width: 170px" value="&prefwindow.sbbgcolor;"/>
- <colorpicker type="button" id="txt_sbbgcolor" preference="gui-minify-pref-sbbgcolor" />
- <separator flex="3"/>
- </hbox>
- </vbox>
- </tabpanel>
-
- <tabpanel orient="vertical">
- <vbox style="margin-top: 15px">
- <label style="font-weight: bold; font-size: 120%; margin-bottom: 15px" value="&prefwindow.thanks;"/>
- <label value="&prefwindow.thanks1;"/>
- <label value="&prefwindow.thanks2;"/>
- <label value="&prefwindow.thanks3;"/>
- </vbox>
-
- </tabpanel>
- </tabpanels>
- </tabbox>
-
-
- </prefpane>
- </prefwindow>
-
-